Dynamically update parity bit during serial communication in C#

Today boss asked me to implement a serial com port simulator. I used MSCommLib COM library in C# to develop this simulator. The serial protocol I am working on is a bit strange: The message synchronization is achieved via a technique utilizing the parity bit of serially of transmitted data. The parity bit sent with … Continue reading Dynamically update parity bit during serial communication in C#